Duplicate remaining legacy telemetry probes into Glean (Address Bar)
Categories
(Firefox :: Address Bar, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: standard8, Assigned: florian)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng])
Attachments
(2 files)
There's a few probes that we currently want to keep recording, and we don't yet have Glean equivalents. We should add Glean equivalents and if possible use GIFFT to report them.
The probes for this bug are:
- PLACES_AUTOCOMPLETE_1ST_RESULT_TIME_MS
- PLACES_AUTOCOMPLETE_6_FIRST_RESULTS_TIME_MS
Updated•5 months ago
|
Reporter | ||
Comment 1•4 months ago
|
||
Since these are recorded entirely in urlbar code, I think we should add these to browser/components/urlbar/metrics.yaml
.
Naming wise, I think we could go with urlbar.autocomplete.first_result_time
& urlbar.autocomplete.sixth_result_time
maybe?
They should probably be timing distributions in the Glean world.
Reporter | ||
Comment 2•4 months ago
|
||
An additional one to migrate as well:
- FX_URLBAR_ZERO_PREFIX_DWELL_TIME_MS
- Probably use
urlbar.zero_prefix_dwell_time
?
- Probably use
Comment 3•3 months ago
|
||
(In reply to Mark Banner (:standard8) from comment #2)
An additional one to migrate as well:
- FX_URLBAR_ZERO_PREFIX_DWELL_TIME_MS
- Probably use
urlbar.zero_prefix_dwell_time
?
I think we can just drop that one.
Assignee | ||
Comment 4•3 months ago
|
||
Updated•3 months ago
|
Assignee | ||
Comment 5•3 months ago
|
||
Comment 7•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/12fb2bbf04b1
https://hg.mozilla.org/mozilla-central/rev/3ab92bff2d13
Description
•